home *** CD-ROM | disk | FTP | other *** search
/ Dr. Clip Arts 1 / Dr. Clip Arts 1.iso / vpic.zip / CONFIG.DOC < prev    next >
Text File  |  1993-03-03  |  13KB  |  201 lines

  1.     CONFIGURING VPIC
  2.  
  3.     VPIC must be configured to run correctly with your display board.  The  con-
  4.     figuration process tells VPIC:
  5.     1. The title you want for the menu.
  6.     2. What VGA chip you have, so it can use the proper bank switching routine.
  7.     3. How much memory you have (in 64K banks).
  8.     4. The menu color you want (background:foreground).
  9.     5. How to set the various modes you want to use.
  10.  
  11.     This method is used instead of trying to autodetect the VGA chip and  memory
  12.     (unless you have a board that supports VESA) because:
  13.     1. Some chips are very hard to detect, and memory on board is even harder.
  14.     2. As new VGA chips are released, there is a delay before the detection is
  15.        implemented in the program.
  16.     3. The WHICHVGA program is provided to autodetect the VGA chip and memory,
  17.        but it fails on some chips.
  18.     4. The config file provides more user control than automatic means.
  19.  
  20.     If you aren't sure which VGA chip your board uses,  you  can  run  WHICHVGA,
  21.     which will try to identify your VGA chip and the amount of memory you  have.
  22.     Also check for a list of some of the VGA boards each  chip  was used  on. If
  23.     this doesn't work, you can remove the display board and look  at  the  label
  24.     on the large chip with leads coming out all four sides. Sometimes,  you  can
  25.     tell without removing the board by using DEBUG (or Turbo Debugger, Codeview,
  26.     or any debugger) and 'dumping' the contents of display  BIOS.  To  do  this,
  27.     enter DEBUG at the DOS prompt and you  will  get  a  -  prompt.  Then  enter
  28.     dC000:0 to display the first part of display BIOS. To  dump  more  of  BIOS,
  29.     juts enter d. You may recognize the chip manufacturers name  here,  such  as
  30.     ATI, Trident, Tseng, Paradise, etc. To exit DEBUG, just enter q.
  31.  
  32.     If WHICHVGA comes back with VESA, that means that your  board  supports  the
  33.     VESA standard, which offers a standard interface for VPIC to  your  SuperVGA
  34.     display adapter. It defines the SuperVGA extended modes that your card  will
  35.     do, and has a standard interface for setting the mode  and  bank  switching,
  36.     etc. You  may  have  received  a  VESA  `Terminate and Stay Resident'  (TSR)
  37.     program with your VGA board. If so, you are encouraged to use it,  since  it
  38.     more or less guarantees that VPIC will work with your display card. The only
  39.     disadvantage of VESA is concerned with scrolling the VGA screen, since there
  40.     is no standard interface for setting the top of screen beyond 16 bits  (line
  41.     81 at 800x600x256, line 102 at 640x480x256, or  line  204  at  320x200x256).
  42.     This version of VPIC automatically reads the VESA  info  from  your  display
  43.     BIOS, and uses the VESA interface. If you enter VPIC  with  the  /v  option,
  44.     VESA info is ignored and VPIC uses the  configuration  file  info;  this  is
  45.     helpful when VESA returns info VPIC isn't expecting or wrong info; the older
  46.     S3 cards (Orchid Fahrenheit 1280, Diamond Stealth, etc)  return  wrong  VESA
  47.     info, and need the /v option so they use  the  configuration  file  info.  A
  48.     generic VESA.CFG file is supplied for you to play with  to  try  to get your
  49.     VESA card to work; see below on what each entry means;  again,  you  have to
  50.     use the /v option to enable this configuration info. The CIRRUS54.CFG config
  51.     file is an example of how to modify the generic VESA.CFG.
  52.  
  53.     If the top line in VPIC says VESA,  then VPIC is using VESA info returned by
  54.     your SVGA card.  If the only resolution listed is 320x200, there is probably
  55.     a problem with your memory manager.  To verify this, try booting with from a
  56.     DOS floppy with no memory manager. I only exclude B000-B7FF (used by Windows)
  57.     and C000-C7FF (Video ROM),  and  I found that stealth mode confuses the SVGA
  58.     VESA routines, so I don't use stealth.  On the other hand, the Trident 8900c
  59.     returns VESA hi-color modes which it cannot do,  so you have to lock (Alt C)
  60.     it into 256 colors.
  61.  
  62.     The current VPIC config file VGA chips and the VGA chip manufacturers are:
  63.     VGA Chip    Manufacturer/version        Comments
  64.     =================================================================
  65.     ACUMOS     Acumos                  Voltane, No. 9 GXiTC, others
  66.     AHEADA     Ahead ver A             Older Ahead cards.
  67.     AHEADB     Ahead ver B             Ahead VGA Wizard/Deluxe.
  68.    *ATIOLD     ATI, 1024x768x16 mode 65h   ATI ver 1 chip, VGAWonder.
  69.    *ATINEW     ATI, 1024x768x16 mode 55h   ATI ver 2 up chip, VGAWonder+.
  70.                For the ATI Ultra, be sure to run ATI's HDILOAD program first to
  71.                activate the 8514A interface for the 1024x768x256 mode.
  72.     CIRRUS     Cirrus CL-GD 500/600    MaxLogic MaxVGA boards NOT SUPPORTED YET.
  73.     CHIPSTECH  Chips & Technology 82C452   Cardinal, Older Boca.
  74.     EVEREX     Original Everex chip
  75.     EVBIOS     Everex 673, etc         Has bank switching built into BIOS.
  76.     GENOA      Genoa (Sim ET 3000)     5300/6300 = 256K, others = 512K.
  77.     HEADLAND   Headland HT-208         Used on VGA-1024i.
  78.     NCR        NCR                     Boca, PVGA 1024i, etc
  79.     OAK        Oak
  80.     PARADISE   Paradise                Older Paradise cards.
  81.     PRIMUS     Primus                  Used in Galaxy 2000 cards.
  82.     REALTEK    Realtek                 Used in RTVGA boards.
  83.    *S3         S3 GUI Accelerator      Used on Orchid Fahr 1280, Diamond Stealth,
  84.                                         Genoa Windows VGA, etc.
  85.     TRI88BR    Trident TVGA 8800BR     Used on older Trident boards, 128K banks.
  86.     TRI88CS    Trident TVGA 8800CS     Used on older Trident boards (Maxxon)
  87.     TRI89      Trident TVGA 8900       Latest Trident VGA chip, 1M memory avail.
  88.     TS3000     Tseng ET 3000           Used on early Genoa, Orchid, others.
  89.     TS4000     Tseng ET 4000           Recent Orchid, STB, other, 1M memory.
  90.     TS4000HI   Tseng ET 4000 HiColor   Does 32K colors to 800x600, 1M memory.
  91.     WD90C      Western Digital WD90C00  Recent Paradise cards, same operation.
  92.     VIDEO7     Video 7                 Earlier Video 7 boards, BIOS bank switch.
  93.                                         Hewlett Packard SVGA.
  94.     ZYMOS      Zymos Poach 51          True Tech HiRes and others.
  95.     VESA       VESA Standard           For boards which have VESA in BIOS.
  96.     * For ATI boards, certain modes may not be enabled (such as 800x600)  unless
  97.       you choose the proper (or custom) monitor in ATI's INSTALL program. On the
  98.       older S3 cards, VESA returned the wrong info, so use the /v option.
  99.  
  100.     As new chips become available, they will be added to this list. Run WHICHVGA
  101.     to find your VGA chip (works most of the time), and then run CONFIG and find
  102.     a CFG file using that VGA chip. Check that the modes agree with the graphics
  103.     modes in your manual (16 and 256 color modes only); if they match your  card
  104.     exactly, use that CFG file by pressing ENTER. If not, copy the closest  file
  105.     to a new filename with extension CFG and change the modes to agree with your
  106.     manual. Make the title and menu color whatever you like  (see  CONFIGURATION
  107.     FILE FORMAT). Then  rerun  CONFIG,  pick  that  file,  and  press  ENTER  to
  108.     configure VPIC. There are numerous configuration files which come with VPIC,
  109.     but there are so many boards out there that I can't list all of them.
  110.  
  111.     MENU CONFIGURATION
  112.     To configure VPIC, make sure that VPIC, CVPIC,  CONFIG,  and  all  the  .CFG
  113.     files are in the current directory. By running the CONFIG program, VPIC  can
  114.     be configured from a menu. CONFIG lists all the configuration files (with  a
  115.     .cfg extension) in the current directory, and shows you the contents of each
  116.     as you move around the list using the cursor keys. ESCape aborts the  CONFIG
  117.     program without changing VPIC, and ENTER configures VPIC for the highlighted
  118.     file. Pressing a letter key jumps to next filename starting with that letter
  119.     (or number). The mode descriptions include ax, bx, cx, dx, X, Y,  and  color
  120.     fields from the config f